Dynamicweb 8 Documentation
Collection<T> Class
Members 

Element type.
Represents a collection of elements.
Object Model
Collection<T> ClassT Class
Syntax
'Declaration
 
Public Class Collection(Of T) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
public class Collection<T> : System.Collections.ObjectModel.Collection<T> 
Type Parameters
T
Element type.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      Dynamicweb.Content.Items.Collection<T>
         Dynamicweb.Content.Items.Editors.EditFormFieldCollection
         Dynamicweb.Content.Items.Editors.EditFormGroupCollection
         Dynamicweb.Content.Items.ItemCollection
         Dynamicweb.Content.Items.ItemEntryCollection
         Dynamicweb.Content.Items.ItemEntryCollection<T>
         Dynamicweb.Content.Items.Metadata.CreationRuleMetadataCollection
         Dynamicweb.Content.Items.Metadata.FieldMetadataCollection
         Dynamicweb.Content.Items.Metadata.FieldOptionMetadataCollection
         Dynamicweb.Content.Items.Metadata.ItemMetadataCollection
         Dynamicweb.Content.Items.Metadata.LayoutFieldMetadataCollection
         Dynamicweb.Content.Items.Metadata.LayoutGroupMetadataCollection
         Dynamicweb.Content.Items.Metadata.ValidatorMetadataCollection
         Dynamicweb.Content.Items.Queries.OrderByCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Collection<T> Members
Dynamicweb.Content.Items Namespace

Send Feedback